<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}
html,body{
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-family: "Microsoft YaHei", Arial;
}
a{
	text-decoration: none;
}
ul{
	list-style: none;
}
/*img{
	width: 100%;
}*/
/* Let's get this party started */
::-webkit-scrollbar {
    width: 6px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3); 
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius:6px;
    border-radius: 6px;
    background: rgba(0,0,0,0.8); 
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0.8);
}

/*å–æ¶ˆAé»˜è®¤ç‚¹å‡»èƒŒæ™¯è‰²*/
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background: none;
    text-decoration: none;
}
/*å¼•å…¥å­—ä½“*/
@font-face{
	font-family: fontName;
	src:url(../fonts/bodoni-bookitalic-webfont.woff) format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: fznb;
	src:url(../fonts/FZNBSJW--GB1-0.woff) format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: ltxh;
	src:url(../fonts/hyxh.woff) format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: ptdin;
	src:url(../fonts/PFDinTextCompPro-Regular.woff) format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: Baiduan Number;
	src:url(../fonts/baiduan_number_new.woff) format('truetype');
	font-weight: normal;
	font-style: normal;
}

.ch1{
	margin-top:60% ;
}
.ch2{
	margin-top:70% ;
}
/*é¡¶éƒ¨æ&nbsp;·å¼*/
.topmenu{
	position: fixed;
	width: 100%;
	height: 85px;
	background: rgba(255,255,255,.9);
	z-index: 1000;
	-moz-box-shadow: 0px 2px 4px #666; /* è€çš„ Firefox */
	box-shadow: 0px 2px 4px #666;
	transition: 0.3s;
	
}
.topmenu.active{
	height: 60px;
	background: rgba(255,255,255,1);
}
.topmenu.click{
	background: rgba(255,255,255,1);
}
.topmenu .logo{
	position: absolute;
	width: 155px;
	height: 45px;
	top: 20px;
	left: 40px;
	background: url(../images/logo.png) center left no-repeat;
	background-size: auto 45px;
	z-index: 1000;
	transition: 0.3s;
}
.topmenu .logo.active{
	height: 40px;
	top: 10px;
	background: url(../images/logo.png) center left no-repeat;
	background-size: auto 40px;
}
.topmenu .right{
	position: absolute;
	display: block;
	width: 130px;
	height: 100%;
	top: 0px;
	right: 30px;
	z-index: 1000;
	text-align: right;
}
.topmenu .right .rbtnbox{
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 20px;
	width: 25px;
	overflow: hidden;
	margin-top: 33px;
	margin-left: 15px;
	cursor: pointer;
	opacity: 0.7;
	transition: 0.3s;
}
.topmenu .right .rbtnbox.active{
	margin-top: 20px;
}
.topmenu .right .rbtnbox .icon {
	display: block;
	position: relative;
	display: inline-block;
	height: 40px;
	width: 25px;
	z-index: 100;
	margin-top: 0px;
	overflow: hidden;
	box-sizing:content-box;
	-moz-box-sizing:content-box; /* Firefox */
	-webkit-box-sizing:content-box; /* Safari */
	transition: all 0.2s;
}
.topmenu .right .rbtnbox:hover .icon {
	margin-top: -10px;
}
.topmenu .right .rbtnbox .icon .icon {
	width: 25px;
	height: 20px;
	display: block;
	position: relative;
	top: 0px;
	border-bottom: 32px solid transparent;
	-webkit-filter: drop-shadow(#900 0 20px );
	filter: drop-shadow(#900 0 20px);
}
.kssearch-form {
	transition: 0.5s;
	position: fixed;
	top: 85px;
	right: 105px;
	width: 300px;
	max-height: 0;
	overflow: hidden;
	z-index: 100;
	border:1px solid rgba(0,0,0,.0)
}
.kssearch-form.gdstyle {
	top: 60px;
}
.kssearch-form.active {
	max-height: 85px;
	border:1px solid rgba(0,0,0,.2)
}
.kssearch-form fieldset {
	position: relative;
	margin: 0 50px 0 0;
	padding: 0;
	border: none;
}
.kssearch-form input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 50px;
}
.kssearch-form input[type="search"] {
	width: 100%;
	padding: 0 5px 0 22px;
	background: rgba(255,255,255,.8);
	border: none;
	font-family: "å¾®è½¯é›…é»‘";
	color: #333;
}
.kssearch-form input[type="submit"] {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	margin: 0;
	padding: 0;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background: #c00;
	border: none;
	cursor: pointer;
}
.kssert-form{
	transition: 0.5s;
	position: fixed;
	top: 60px;
	right: 100px;
	width: 60px;
	height: auto;
	overflow: hidden;
	z-index: 100;
	opacity: 0;
	text-align: center;
	line-height: 18px;
	color: #666;
	font-size: 12px;
}
.kssert-form.active{
	opacity: 1;
}
.kswx-form{
	transition: 0.5s;
	position: fixed;
	top: 60px;
	right: 55px;
	width: 60px;
	height: auto;
	overflow: hidden;
	z-index: 100;
	opacity: 0;
	text-align: center;
	line-height: 18px;
	color: #666;
	font-size: 12px;
}
.kswx-form.active{
	opacity: 1;
}

.kstel-form{
	transition: 0.5s;
	position: fixed;
	top: 60px;
	right: 10px;
	width: 60px;
	height: auto;
	overflow: hidden;
	z-index: 100;
	opacity: 0;
	text-align: center;
	line-height: 18px;
	color: #666;
	font-size: 12px;
}
.kstel-form.active{
	opacity: 1;
}
.kssert-form.gdstyle,.kswx-form.gdstyle,.kstel-form.gdstyle{
	top:42px
}
.wx-zsbox{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left:100%;
	background: rgba(0,0,0,.8);
	z-index: 2000;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.wx-close{
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	margin-top: -125px;
	left: 50%;
	margin-left: 302px;
	cursor: pointer;
	z-index: 111;
	background:#c00 url(../images/close1.png) center no-repeat;
	background-size:cover ;
}
.wx-infobox{
	position: absolute;
	width: 600px;
	height: 250px;
	top: 50%;
	margin-top: -125px;
	left: 50%;
	margin-left: -300px;
	background: #fff;
}
.wx-infobox .ewm{
	position: absolute;
	width: 250px;
	height: 250px;
	border-right: 1px solid rgba(0,0,0,.2);
	background: url(../images/wxewm.png) center no-repeat;
	background-size:100% auto ;
}
.wx-infobox .info{
	position: absolute;
	width: 210px;
	top:40px;
	right: 10px;
	font-size: 14px;
	line-height: 35px;
	color: #666;
}
.wx-infobox .tb1{
	position: absolute;
	width: 40px;
	height: 40px;
	top: 55px;
	left: 310px;
	background: url(../images/wx.png) center no-repeat;
	background-size:100% auto;
}
.wx-infobox .tb2{
	position: absolute;
	width: 35px;
	height: 35px;
	top: 165px;
	left: 310px;
	background: url(../images/sys.png) center no-repeat;
	background-size:100% auto;
}



/*æ‰‹æœºç‰ˆå¯¼èˆªæ&nbsp;*/
.topbgx{
	position: fixed;
	width: 100%;
	height: 70px;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 999;
	display: none;
	transition: all 0.3s;
}
.wapmenubt{
	position:fixed;
	width: 70px;
	height: 70px;
	top: 0px;
	right: -70px;
	background:#999;
	background-size:cover ;
	cursor: pointer;
	transition: all 0.3s;
	z-index: 3000;
}
.wapmenubg{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.75);
	z-index: -200;
}
.wapmenubt:hover{
	background:#c00;
}
.wapmenubt.active{
	background:#c00;
}
.wapmenubt.gdstyle{
	width: 60px;
	height: 60px;
}
.wapmenubt .open{
	z-index: 10000;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.wapmenubt .close{
	z-index: -100;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.wapmenubt .t1{
	position: absolute;
	width: 26px;
	height: 3px;
	top: 50%;
	margin-top: -10px;
	left: 50%;
	margin-left: -13px;
	background: #fff;
	transition:all 0.2s;
}
.wapmenubt .t1.active{
	transform: rotate(-45deg);
	margin-top: -0px;
}
.wapmenubt .t2{
	position: absolute;
	width: 26px;
	height: 3px;
	top: 50%;
	margin-top: -0px;
	left: 50%;
	margin-left: -13px;
	background: #fff;
	transition:all 0.2s;
}
.wapmenubt .t2.active{
	margin-left: 43px;
}
.wapmenubt .t3{
	position: absolute;
	width: 26px;
	height: 3px;
	top: 50%;
	margin-top: 10px;
	left: 50%;
	margin-left: -13px;
	background: #fff;
	transition:all 0.2s;
}
.wapmenubt .t3.active{
	transform: rotate(45deg);
	margin-top: 0px;
}
.wapmenubox{
	position: fixed;
	width: 200px;
	height: 100%;
	z-index: 2500;
	top: 0;
	right: -200px;
	overflow: hidden;
	transition: all 0.3s;
}
.wapmenubox.active{
	right: 0;
	display: none;
	transition: all 0.3s;
}
.wapmenubox .mbox{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 70px;
	background: #e8e8e8;
	transition: all 0.3s;
	overflow-y:scroll ;
}
.wapmenubox .mbox.gdstyle{
	top: 60px;
}
.wapmenubox .mbox li{
	position: relative;
	width: 100%;
	height: 55px;
	border-bottom:1px solid rgba(0,0,0,.1) ;
	border-top:1px solid rgba(255,255,255,.5) ;
}
.wapmenubox .mbox li .tb{
	position: absolute;
	width: 30px;
	height: 25px;
	top: 15px;
	left: 15px;
}
.wapmenubox .mbox li .ioc1{
	background: url(../images/ico/wbt1.png) center center no-repeat;
	background-size:auto 25px;
}
.wapmenubox .mbox li .ioc2{
	background: url(../images/ico/wbt2.png) center center no-repeat;
	background-size:auto 25px;
}
.wapmenubox .mbox li .ioc3{
	background: url(../images/ico/wbt3.png) center center no-repeat;
	background-size:auto 25px;
}
.wapmenubox .mbox li .ioc4{
	background: url(../images/ico/wbt4.png) center center no-repeat;
	background-size:auto 25px;
}
.wapmenubox .mbox li .ioc5{
	background: url(../images/ico/wbt5.png) center center no-repeat;
	background-size:auto 25px;
}
.wapmenubox .mbox li .ioc6{
	background: url(../images/ico/wbt6.png) center center no-repeat;
	background-size:auto 25px;
}
.wapmenubox .mbox li .ioc7{
	background: url(../images/ico/wbt7.png) center center no-repeat;
	background-size:auto 25px;
}
.wapmenubox .mbox li .ioc8{
	background: url(../images/ico/wbt8.png) center center no-repeat;
	background-size:auto 25px;
}
.wapmenubox .mbox li .zi{
	position: absolute;
	width: 100%;
	height: 25px;
	top: 17px;
	left: 0px;
	line-height: 25px;
	padding-left: 80px;
	font-size: 16px;
	color: #666;
}
.wapmenubox .mbox li .zi:hover{
	color: #c00;
}
/*æ‰‹æœºç‰ˆå¯¼èˆªæ&nbsp;ç»“æŸ*/
/*å¯¼èˆªæ&nbsp;*/
.nav_menu3 ul,
.nav_menu3 ul li a,
.nav_menu3 #menu-button {
	margin: 0;
	padding: 0;
 	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nav_menu3 {
	display: block;
	position: relative;
	width: 100%;
	height: 85px;
	text-align: center;
}
.nav_menu3 li{
	width: 110px;
	position: relative;
	display: inline-block;
	text-align: center;
}

.nav_menu3 &gt; ul &gt; li &gt; a {
	line-height: 85px;
	color: #333333;
	transition: 0.5s;
	font-size: 16px;
}
.nav_menu3 &gt; ul &gt; li:hover &gt; a {
	color: #fff;
	background: #c00;
}

.nav_menu3 ul ul {
	position: absolute;
	margin-top: 15px;
	transition: 0.5s;
	opacity: 0;
	left: -9999px;
}
.nav_menu3 li:hover &gt; ul {
	left: auto;
	margin-top: 0px;
	opacity: 1;
}
.nav_menu3 ul ul li a {
  	padding: 10px;
	width: 110px;
	line-height: 20px;
	background: rgba(255,255,255,.9);
	text-decoration: none;
  	color: #666;
 	transition: 0.3s;
  	border-top: 1px solid rgba(0,0,0,.1);
}

.nav_menu3 ul ul li:hover &gt; a,
.nav_menu3 ul ul li a:hover {
	color: #fff;
	background: #900;
}

/*åº•éƒ¨æ&nbsp;·å¼*/
.bootom1{
	display: block;
	position: relative;
	width: 100%;
	height: 210px;
	background: #171717;
	padding: 30px 0px;
}
.bootom1 .nrbox{
	position: relative;
	width: 95%;
	max-width: 1350px;
	height: 100%;
	margin: 0 auto;
	transition: all 0.6s;
	opacity: 1;
}
/*.bootom1 .nrbox.active{
	opacity: 1;
}*/
.bootom1 .nrbox .left{
	position: absolute;
	width: 134px;
	height: 100%;
	top: 0;
	left: 20px;
}
.bootom1 .nrbox .left .logo{
	position: relative;
	width: 100%;
	height: 39px;
	background: url(../images/logo2.png) top left no-repeat;
	background-size:auto 100%; 
}
.bootom1 .nrbox .left .btnbox{
	position: relative;
	width: 100%;
	height: 22px;
	margin-top: 25px;
}
.bootom1 .nrbox .left .btnbox .btn{
	position: absolute;
	width: 30px;
	height: 22px;
	top: 0;
	cursor: pointer;
}
.bootom1 .nrbox .left .btnbox .ltb{
	left:0
}
.bootom1 .nrbox .left .btnbox .ctb{
	left:50%;
	margin-left: -15px;
}
.bootom1 .nrbox .left .btnbox .rtb{
	right:0
}
.bootom1 .nrbox .left .btnbox .btn .icobox{
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 22px;
	width: 30px;
	overflow: hidden;
}
.bootom1 .nrbox .left .btnbox .btn .icon {
	display: block;
	position: relative;
	display: inline-block;
	height: 44px;
	width: 30px;
	z-index: 100;
	margin-top: 0px;
	overflow: hidden;
	box-sizing:content-box;
	-moz-box-sizing:content-box; /* Firefox */
	-webkit-box-sizing:content-box; /* Safari */
}
.bootom1 .nrbox .left .btnbox .btn:hover .icon {
	margin-top: -11px;
}
.bootom1 .nrbox .left .btnbox .btn .icon .icon {
	width: 30px;
	height: 22px;
	display: block;
	position: relative;
	top: 0px;
	border-bottom: 22px solid transparent;
	-webkit-filter: drop-shadow(#fff 0 22px );
	filter: drop-shadow(#fff 0 22px);
}
.bootom1 .nrbox .left .btnbox .btn .icon .wx {
	background: url(../images/ico/wx2.png) center no-repeat; 
	background-size:auto 20px;
}
.bootom1 .nrbox .left .btnbox .btn .icon .wb {
	background: url(../images/ico/wb.png) center no-repeat; 
	background-size:auto 20px;
}
.bootom1 .nrbox .left .btnbox .btn .icon .dt {
	background: url(../images/ico/dt.png) center no-repeat; 
	background-size:auto 20px;
}
.bootom1 .nrbox .ewmbox{
	position: absolute;
	width: 107px;
	height: 100%;
	right: 20px;
}
.bootom1 .nrbox .ewmbox .ewm{
	position: relative;
	width: 100%;
	height: 107px;
	background: url(../images/ico/ewm.png) center no-repeat;
}
.bootom1 .nrbox .ewmbox .info{
	position: relative;
	width: 100%;
	height: 25px;
	font-size: 12px;
	color: #bbbbbb;
	text-align: left;
	margin-top: 10px;
	line-height: 25px;
}
.bootom1 .nrbox .ewmbox .info i{
	width: 25px;
	height: 25px;
	background: url(../images/ico/sys.png) left center no-repeat;
	background-size:17px 17px;
	padding-right: 25px;
}
.bootom1 .nrbox .cenbox{
	position: absolute;
	width: 70%;
	height: 100%;
	top: 0;
	left: 200px;
	padding-left: 50px;
	border-left: 1px dashed rgba(255,255,255,.1);
}
.bootom1 .nrbox .cenbox .lmdh{
	position: relative;
	width: 100%;
	height: 25px;
	
}
.bootom1 li{
	float: left;
	width: auto;
	padding-right: 40px;
	font-size: 14px;
	line-height: 25px;
	color: #bbb;
	cursor: pointer;
}
.bootom1 li:hover{
	color: #fff;
}
.bootom1 .nrbox .cenbox .lxinfo{
	position: relative;
	width: 100%;
	height: auto;
	font-size: 12px;
	line-height: 24px;
	color: #777;
	margin-top: 30px;
}
.bottom2{
	display: block;
	position: relative;
	width: 100%;
	height: 45px;
	background: #121212;
}
.bottom2 .cenbox{
	position: relative;
	width: 95%;
	max-width: 1350px;
	height: 100%;
	margin: 0 auto;
}
.bottom2 .cenbox .left{
	position: absolute;
	width: 100%;
	text-align: left;
	font-size: 12px;
	color: #bbb;
	line-height: 45px;
	left: 20px;
}
.bottom2 .cenbox .left a{
	color: #bbb;
}
.bottom2 .cenbox .left a:hover{
	color: #fff;
}
.bottom2 .cenbox .right{
	position: absolute;
	width: 250px;
	text-align: right;
	font-size: 12px;
	color: #bbb;
	line-height: 45px;
	right: 20px;
}
.select{
	position: relative;
	width: 200px;
	height: 25px;
	margin-top: 10px;
	right: 0px;
	border: 1px solid rgba(255,255,255,.1);
	background: rgba(0,0,0,.0);
	font-size: 14px;
	font-family: "å¾®è½¯é›…é»‘";
	color: #666;
}
/*è§†é¢‘å¼¹çª—*/
.sp-playbox{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.9);
	z-index: -20;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
}

.sp-close{
	position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -250px;
    left: 50%;
    margin-left: 382px;
    cursor: pointer;
    z-index: 111;
    background:url(../images/videoclose.png) center no-repeat;
    background-size: cover;
}
.video-spbox{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	text-align: center;
}
.video-bfbox{
	position: absolute;
	width: 760px;
	height: 500px;
	top: 50%;
	margin-top: -250px;
	left: 50%;
	margin-left: -380px;
	padding: 10px;
	background: #000;
}

.video-bfbox video{
	position: relative;
	width: 100%;
	height: 100%;
}
/*å¹¿å‘Šæ&nbsp;·å¼*/
.floatimg{
	position: fixed; 
	top: 0;
	left: 0;
	width:240px; 
	height:auto; 
	z-index:2000;
	display: block;
	background: rgba(255,255,255,.9);
	padding: 5px;
	border-radius: 3px;
}
.floatimg img{
	position: relative;
	width: 100%;
	height: auto;
}
.floatimg .title{
	position: relative;
	width: 100%;
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-size: 14px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 1000;
    margin-top: -29px;
    padding: 0 5px;
    background:rgba(0,0,0,.5);
}
.floatimg .info{
	position: relative;
	width: 100%;
	height: auto;
	max-height: 60px;
	line-height: 20px;
	color: #666;
	font-size: 12px;
	display: -webkit-box;
    display: -moz-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.floatimg .floatclose{
	position: absolute;
	width: 20px;
	height: 20px;
	top: 5px;
	right: 5px;
	background: #000;
	color: #fff;
	text-align: center;
	line-height: 20px;
	font-family: arial;
	z-index: 1;
	cursor: pointer;
}
.floatimg .floatclose:hover{
	color: #ff0;
	background: #900;
}
.bot-ggbox{
	position: fixed;
	width: 240px;
	height: auto;
	right: 0;
	bottom: 0;
	z-index: 3000;
	border-radius:3px ;
	overflow: hidden;
	background: rgba(255,255,255,.9);
	padding-bottom: 5px;
	border: 1px solid rgba(0,0,0,.6);
	transition: all 0.5s;
}
.bot-ggbox .titlebox{
	width: 100%;
	height: 30px;
	background: #C4303E;
}
.bot-ggbox .titlebox .tit{
	float: left;
	width: 200px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	padding-left: 10px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bot-ggbox .titlebox .botgg-close{
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	width: 20px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	background: #000;
	border-radius:50%;
	text-align: center;
	font-family: arial;
	cursor: pointer;
}
.bot-ggbox .titlebox .botgg-close:hover{
	color: #ff0;
}
.bot-ggbox .imgbox{
	width: 230px;
	height: 160px;
	margin: 5px;
}
.bot-ggbox .infobox{
	width: 230px;
	height: auto;
	max-height: 60px;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	margin: 5px;
	display: -webkit-box;
    display: -moz-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.bot-ggbox .more-bigbox{
	width: 200px;
	height: 25px;
	margin: 10px auto;
}
.bot-ggbox .ggmorebox{
	width: 100px;
	height: 25px;
	border-radius:15px;
	background: #C4303E;
	color: #fff;
	text-align: center;
	line-height: 25px;
	margin: 0 auto;
	cursor: pointer;
}
.bot-ggbox .ggmorebox:hover{
	color: #ff0;
}
@media (max-width:1367px){
	.topmenu {
	    height: 70px;
	}
	.topmenu .logo {
	    top: 12px;
	}
	.topmenu .right .rbtnbox {
	    margin-top: 25px;
	}
	.nav_menu3 {
	    height: 70px;
	    left: 30px;
	}
	.nav_menu3 &gt; ul &gt; li &gt; a {
	    line-height: 70px;
	}
	.kssearch-form {
	    top: 70px;
	}
	.kssert-form,.kswx-form,.kstel-form{
		top: 50px;
	}
}
@media (max-width:1281px){
	.nav_menu3 {
	    display: none;
	}
	.wapmenubt {
	    position: fixed;
	    width: 70px;
	    height: 70px;
	    top: 0px;
	    right: 0px;
	    background: #999;
	    background-size: cover;
	    cursor: pointer;
	    transition: all 0.3s;
	    z-index: 3000;
	}
	
	.topmenu .right{
		right: 90px;
	}
	.wapmenubox.active{
		right: 0;
		display: block;
	}
	.kssearch-form {
	    top: 70px;
	    right: 155px;
	}
	.kssert-form{
		top: 50px;
		right: 160px;
	}
	.kswx-form{
		top: 50px;
		right: 115px;
	}
	.kstel-form{
		top: 50px;
		right: 70px;
	}
}
@media (max-width: 1025px){
	.topmenu{
		height: 60px;
	}
	.wapmenubt {
	    position: fixed;
	    width: 60px;
	    height: 60px;
	    top: 0px;
	    right: 0px;
	    background: #999;
	    background-size: cover;
	    cursor: pointer;
	    transition: all 0.3s;
	    z-index: 3000;
	}
	.wapmenubt.gdstyle{
		width: 60px;
		height: 60px;
	}
	.wapmenubox .mbox.gdstyle{
		top: 60px;
	}
	.topmenu .logo{
		height: 40px;
		top: 10px;
		left: 10px;
		background: url(../images/logo.png) center left no-repeat;
		background-size: auto 40px;
	}
	.topbgx {
	    height: 60px;
	}
	.wapmenubox .mbox{
		top: 60px;
	}
	.topmenu .right{
		right: 80px;
	}
	.nav_menu3 {
	    display: none;
	}
	.topmenu .right .rbtnbox {
	    margin-top: 20px;
	}
	/*.topmenu .right .rbt2,
	.topmenu .right .rbt3{
		display: none;
	}*/
	
	.kssearch-form {
		top: 60px;
		right: 155px;
	}
	.kssearch-form.active {
		max-height: 60px;
	}
	.kssert-form{
		top: 42px;
		right: 150px;
	}
	.kswx-form{
		top: 42px;
		right: 105px;
	}
	.kstel-form{
		top: 42px;
		right: 60px;
	}
	.bootom1 .nrbox .left {
	    left: 0px;
	}
	.bootom1 .nrbox .ewmbox {
	    right: 0px;
	}
	.bootom1 .nrbox .cenbox {
	    left: 180px;
	}
	.bootom1 li {
	    padding-right: 30px;
	    font-size: 14px;
	}
	.bottom2 .cenbox .left {
	    left: 0px;
	}
	.bottom2 .cenbox .right {
	    right: 0px;
	}
}
@media (max-width: 800px){
	.bootom1 {
	    height: 151px;
	}
	.bootom1 .nrbox .ewmbox {
	    display: none;
	}
	.bootom1 .nrbox .cenbox .lmdh {
	    display: none;
	}
	.bootom1 .nrbox .cenbox .lxinfo {
	    margin-top: 0px;
	}
	.select {
	    width: 150px;
	}
}

@media (max-width: 700px){
	.topmenu {
	    height: 45px;
	}
	.topmenu.active {
	    height: 45px;
	    background: rgba(255,255,255,1);
	}
	.topmenu .logo,
	.topmenu .logo.active {
	    height: 30px;
	    top: 7px;
	    left: 10px;
	    background: url(../images/logo.png) center left no-repeat;
	    background-size: auto 30px;
	}
	.topmenu .right .rbtnbox {
	    margin-top: 13px;
	}
	.topmenu .right .rbtnbox.active {
	    margin-top: 13px;
	}

	.kssert-form,.kswx-form,.kstel-form,.wx-infobox {
	    display: none;
	}
	.topmenu .right .rbt2,
	.topmenu .right .rbt3{
		display: none;
	}
	.kssearch-form {
	    top: 45px;
	    right: 45px;
	}
	.kssearch-form.gdstyle {
		top: 45px;
	}
	.kssearch-form.active {
	    max-height: 45px;
	}
	.video-bfbox {
	    position: absolute;
	    width: 100%;
	    height: auto;
	    top: 20%;
	    margin-top: 0px;
	    left: 0%;
	    margin-left: 0px;
	    padding: 10px;
	    background: #000;
	    vertical-align: middle;
	}
	.sp-close {
	    position: absolute;
	    width: 30px;
	    height: 30px;
	    top: 80%;
	    margin-top: 0px;
	    left: 50%;
	    margin-left: -15px;
	}
	.kssearch-form input[type="submit"] {
	    height: 45px;
	}
	.kssearch-form input[type="search"] {
	    height: 45px;
	}
	.topbgx {
	    height: 45px;
	}
	.wapmenubox .mbox {
	    top: 45px;
	}
	.wapmenubt {
	    position: fixed;
	    width: 45px;
	    height: 45px;
	    top: 0px;
	}
	.wapmenubt.gdstyle{
		width: 45px;
		height: 45px;
	}
	.wapmenubox .mbox.gdstyle{
		top: 45px;
	}
	.wapmenubt .t1{
		position: absolute;
		width: 26px;
		height: 3px;
		top: 50%;
		margin-top: -12px;
		left: 50%;
		margin-left: -13px;
		background: #fff;
		transition:all 0.2s;
	}
	.wapmenubt .t1.active{
		transform: rotate(-45deg);
		margin-top: -2px;
	}
	.wapmenubt .t2{
		position: absolute;
		width: 26px;
		height: 3px;
		top: 50%;
		margin-top: -2px;
		left: 50%;
		margin-left: -13px;
		background: #fff;
		transition:all 0.2s;
	}
	.wapmenubt .t2.active{
		margin-left: 43px;
	}
	.wapmenubt .t3{
		position: absolute;
		width: 26px;
		height: 3px;
		top: 50%;
		margin-top: 8px;
		left: 50%;
		margin-left: -13px;
		background: #fff;
		transition:all 0.2s;
	}
	.wapmenubt .t3.active{
		transform: rotate(45deg);
		margin-top: -2px;
	}
	.topmenu .right {
	    right: 60px;
	}
	.bootom1 {
	  display: none;
	}
	.bottom2 .cenbox .right {
	    display: none;
	}
	.bottom2 {
	    display: block;
	    position: relative;
	    width: 100%;
	    height: auto;
	    background: #121212;
	    padding: 10px 0;
	}
	.bottom2 .cenbox .left {
	    position: relative;
	    width: 100%;
	    text-align: left;
	    font-size: 12px;
	    color: #bbb;
	    line-height: 25px;
	    left: 0px;
	}
}

</pre></body></html>